Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / SeparatorWidth Property

In This Topic
    SeparatorWidth Property
    In This Topic
    Gets or sets the width of the line separating items.
    Syntax
    'Declaration
     
    
    Public Property SeparatorWidth As Double
    public double SeparatorWidth {get; set;}
    See Also